home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / utilities / pu275.dms / pu275.adf / FR_bypass / FR_bypass3.2a / changes next >
Text File  |  1992-04-02  |  5KB  |  117 lines

  1. ----------------------------------------------------------------------------
  2. Release 3.02 changes:                                            23 Nov 1991
  3.  
  4. 1. User Directory List:
  5.  
  6.    The User List is simply a list of directories that the user defines and
  7.    can access quickly.  To get to the list, just click the right mouse button
  8.    until you get to the User List, or hit the F2 key.  You can then pick any
  9.    entry in that list to go to that directory.
  10.  
  11.    The User List is read from a file called "s:kd_freq.user.list", which you
  12.    create.  It is simply a list of directories, each on its own line.  Each
  13.    entry must be terminated with a return.  The library will read that file
  14.    when it FIRST starts up, so any changes to this file won't show up until
  15.    the next time the library starts itself.  (normally at boot-up time).
  16.  
  17.    You can also quickly add the current directory to the User List, just hit
  18.    F8 and it will be added to the user list, however, this will only remain
  19.    for the duration of the current session.. once the library is flushed,
  20.    these will be lost.  As long as the library is not flushed, all programs
  21.    using the library access the same list, so if you add an entry from the FR
  22.    in one program, it'll show up in the other, i.e. the User List is global.
  23.  
  24.    Note: if the user list is empty, it will NOT show up, and the FR will skip
  25.    it and go to the Device List instead.
  26.  
  27.  
  28. Bug Fixes:
  29.  
  30. 1. ASL font requesters were incorrectly bypassed when using BackTalk.  This
  31.    no longer happens.  FR_Bypass passes those font requests back to the
  32.    asl.library now, as it should.
  33.  
  34. 1. FR_Bypass was not coming up in the screen font when bypassing a request.
  35.    Fixed.
  36.  
  37. 2. The Select List display would get messed up when a proportional font was
  38.    used.. fixed.
  39.  
  40. ----------------------------------------------------------------------------
  41. Release 3.01 changes:                                            17 Nov 1991
  42.  
  43. 1. New program-definable gadget that can be used from within the requester.
  44.    Read the docs for programming details for the ExtraButton.
  45.  
  46. 2. Added 'About' feature in Injector.  Just click on the 'About' gadget
  47.    to see instructions on how to use the Injector.
  48.  
  49. 3. Directory string gadget now shows the last part of the directory's path
  50.    name if it is longer than the string gadget.
  51.  
  52. 4. Version is now:  Version 3, revision 1.
  53.  
  54. 5. New program, WFind is a simple program that does what Find does, except
  55.    it searches for files using a wildcard pattern, like the FR feature
  56.    does.  I put this here along with WFind.c so that you can play with it.
  57.  
  58.  
  59. Bug Fixes:
  60.  
  61. 1. FR_Bypass now correctly intercepts all asl.library calls.  The previous
  62.    version didn't trap half the calls.
  63.  
  64. 2. FR_Bypass would guru in some specific req.library calls.
  65.  
  66. 3. The box around the File gadget wouldn't expand beyond 32 chars.  Fixed.
  67.  
  68. 4. The requester no longer crashes when you attempt to open a very large
  69.    window size.  It will now open to a calculated max height to fit 80 file
  70.    entries in the window.
  71.  
  72. 5. FR would guru badly if it faced device names longer than 8 characters.
  73.  
  74. 6. The file list font would sometimes get reset to Topaz 8 when you resize
  75.    the FR.. fixed.
  76.  
  77. 7. Surrounded the Wait() statement with mask changes to 0xff, and 0x03.
  78.    Should fix problems with special user images.
  79.  
  80. ----------------------------------------------------------------------------
  81. New features in release 3.00:  (read the FR_User.DOC file for details)
  82.  
  83.  1. Sort by file name, date or size.
  84.  2. Show/Hide files by their size, i.e. Size Wildcards.
  85.  3. Extended Select across directories.
  86.  4. String search.  (looks for a string in text files)
  87.  5. Buffered directories between calls.
  88.  6. Delete Files.
  89.  7. Amiga-Return decativates a string gadget.
  90.  8. Totally rewrote the programmer's calls and interface.  However, backward
  91.     compatibility is 100%.
  92.  9. Rearranged many gadgets to fit more in and to make them look better.
  93. 10. FR_Bypass has changed a lot.
  94. 11. Many, many bug fixes.
  95.  
  96. ----------------------------------------------------------------------------
  97.  
  98. New features in release 2.00:  (read the FR_User.DOC file for details)
  99.  
  100.   1. Keyboard control.
  101.   2. Extended Select.
  102.   3. New FR_Bypass program. 
  103.      This replaces the file requesters in ARP.library, REQ.library
  104.      (for CED Pro), and even ASL.library (the standard Workbench 2.0 FR)
  105.   4. Fast File Finder.
  106.   5. Hide Wildcard.
  107.   6. Pointer-sensitive Help mode.
  108.   7. Keyboard Help screen.
  109.   8. Print Directory.
  110.   9. Hot-key File-Injector facility.
  111.  10. WB 2.x compatible.  (tested on the 3000)
  112.  11. Create Directory.
  113.  12. New 2.0 'look'.
  114.  13. Inverted look for visual difference on saves.
  115.  
  116. ----------------------------------------------------------------------------
  117.